home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 February / MAC_easy_02_2010.iso / Software / Tools / Plain-Clip.dmg / Plain Clip.app / pc
Encoding:
Text File  |  2009-12-18  |  213 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # Project: Plain Clip
  4. # $Id: pc 14 2008-12-25 12:48:14Z cb $
  5. # Simple wrapper for calling Plain Clip from the command-line
  6.  
  7. BINARYPATH=$(dirname "$0")"/Contents/MacOS/Plain Clip"
  8. $("$BINARYPATH" -t $*)
  9.